Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
changes in the code, found by Jody Goldberg <jody@gnome.org>
+Mon Jan 21 23:39:42 2002 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/tmpl/gtkfixed.sgml: change guint16 to gint to reflect
+ changes in the code, found by Jody Goldberg <jody@gnome.org>
+
2002-01-19 Havoc Pennington <hp@pobox.com>
* gtk/x11.sgml: add a mostly-empty X11 section
</row>
<row>
-<entry>#gint16 x;</entry>
+<entry>#gint x;</entry>
<entry>the horizontal position of the widget within the #GtkFixed
container.</entry>
</row>
<row>
-<entry>#gint16 y;</entry>
+<entry>#gint y;</entry>
<entry>the vertical position of the widget within the #GtkFixed
container.</entry>
</row>